/*
 ===============================
 * @authro      : 杨朝杰
 * @created     : 2023-01-04
 * @content     : 
 ===============================
*/
@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b{padding: 0;margin: 0;}
html{overflow: -moz-scrollbars-vertical;overflow-x: hidden;} /*始终让 Firefox 显示滚动条*/
*{word-wrap: break-word;margin: 0;padding: 0;}/*文字强制换行word-break:keep-all;(Ff)*/
table{border-collapse: collapse;}/*细线表格*/
fieldset, img{border: none;}/*清除描边,块显示*/
ul, li{list-style-type: none;}/*无列表项目标记*/
a{text-decoration: none;color:#333;}/* 链接无下划线,有为underline;链接去框 */
body{
	font-family:'Microsoft YaHei',"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial","sans-serif";
	font-size:14px;
	color:#555;
    background: #f2f2f2;
}

select, input{vertical-align: middle;outline: none;font-family:"Microsoft YaHei";}
em, i{font-style: normal;}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox]{cursor: pointer;outline: none;border: none;}
input, textarea{-webkit-tap-highlight-color: rgba(255,255,255,0);}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #aab2bd; /* placeholder颜色  */
    font-size:0.65rem; /* placeholder字体大小  */
    text-align: left; /* placeholder位置  */
}
.fl{ float:left;}
.fr{ float:right;}
.clear:after{
    display: block;
    content: "";
    overflow: hidden;
    visibility: hidden;
    clear: both;
}
.h5{height:5px;clear:both;}
.h10{height:10px;clear:both;}
.h15{height:15px;clear:both;}
.h20{height:20px;clear:both;}
.h25{height:25px;clear:both;}
.h30{height:30px;clear:both;}
.h40{height:40px;clear:both;}
.h50{height:50px;clear:both;}
.h60{height:60px;clear:both;}
.h70{height:70px;clear:both;}
.h80{height:80px;clear:both;}
.h90{height:90px;clear:both;}
.h100{height:100px;clear:both;}
.h110{height:110px;clear:both;}
.h140{height:140px;clear:both;}
.h160{height: 160px;clear: both;}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis_two{
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden; 
}
.jqthumb{
    position:absolute !important;
    left:0px;
    top:0px;
}
.scaleImg img{
}
.scaleImg:hover img{
    transform: scale(1.1);
    transition: all 0.3s linear;
}
/*将彩色图片变灰色*/
img.desaturate{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);     
    -moz-filter: grayscale(100%);     
    -ms-filter: grayscale(100%);     
    -o-filter: grayscale(100%); 
    }

/*字竖向排列*/
.writing-mode-lr{
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
    text-align: left;  
}
.writing-mode-rl{
    writing-mode: vertical-rl;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
    writing-mode: tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    text-align: left;    
}

/**
 * 改变浏览器滚动条
 * @author 杨朝杰
 * @return
 */
::-webkit-scrollbar {width:8px;background:none;}
::-webkit-scrollbar-button {display: none;}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {width:8px;background:#333;border-radius: 8px;}
::-webkit-scrollbar-corner {background:none;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}

/**
 * css截取字数串
 */
.clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* 公共部分 ksi2
*/
.row{
    position: relative;
    z-index: 3;
}
.row:after{
    display: block;
    content: "";
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.cont{
    position: relative;
    z-index: 6;
    padding: 0px 6.7708333%;
    padding: 0px calc(260px/100vw*100%);
}
.cont.full{
    padding: 0px;
}
.subCont{
    padding: 0px 6.8008333%;
    position: relative;
    z-index: 5;
}
.animated{
    visibility: hidden;
    visibility: visible\0;
}
:root .animated{
    visibility: hidden\0;
}

/*
* 字体类
*/
.impact{
    font-family: "Impact";
}
.microsoftJhengHei{
    font-family: "MicrosoftJhengHei",
}

/**
 * css3动画（从上往下、从下往上、从左往右、从右往左、淡入、淡出）
 * @author 杨朝杰
 * @return
 */
@-webkit-keyframes gupIn{from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}}
@-moz-keyframes gupIn{from{opacity:0; -moz-transform:translate3d(0,-30px,0);}}
@keyframes gupIn{from{opacity:0; transform:translate3d(0,-30px,0);}}

@-webkit-keyframes gdownIn{from{opacity:0; -webkit-transform:translate3d(0,30px,0);}}
@-moz-keyframes gdownIn{from{opacity:0; -moz-transform:translate3d(0,30px,0);}}
@keyframes gdownIn{from{opacity:0; transform:translate3d(0,30px,0);}}

@-webkit-keyframes gleftIn{0%{opacity:0; -webkit-transform:translate3d(-30px,0,0);}100%{opacity:1; -webkit-transform:translate3d(0,0,0);}}
@-moz-keyframes gleftIn{0%{opacity:0; -moz-transform:translate3d(-30px,0,0);}100%{opacity:1; -moz-transform:translate3d(0,0,0);}}
@keyframes gleftIn{0%{opacity:0; transform:translate3d(-30px,0,0);}100%{opacity:1; transform:translate3d(0,0,0);}}

@-webkit-keyframes grightIn{0%{opacity:0; -webkit-transform:translate3d(80px,0,0);}100%{opacity:1; -webkit-transform:translate3d(0,0,0);}}
@-moz-keyframes grightIn{0%{opacity:0; -moz-transform:translate3d(80px,0,0);}100%{opacity:1; -moz-transform:translate3d(0,0,0);}}
@keyframes grightIn{0%{opacity:0; transform:translate3d(80px,0,0);}100%{opacity:1; transform:translate3d(0,0,0);}}

@-webkit-keyframes gfadeIn{0%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes gfadeIn{0%{opacity:0;}100%{opacity:1;}}
@keyframes gfadeIn{0%{opacity:0;}100%{opacity:1;}}

@-webkit-keyframes gfadeOut{0%{opacity:1;}100%{opacity:0;}}
@-moz-keyframes gfadeOut{0%{opacity:1;}100%{opacity:0;}}
@keyframes gfadeOut{0%{opacity:1;}100%{opacity:0;}}
.ghide{
    visibility: hidden;
    visibility: visible\9;
}
.gupIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gupIn 1s 0.1s both;
    -moz-animation: gupIn 1s 0.1s both;
    animation: gupIn 1s 0.1s both;
    }
.gdownIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gdownIn 1s 0.1s both;
    -moz-animation: gdownIn 1s 0.1s both;
    animation: gdownIn 1s 0.1s both;
    }
.gleftIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gleftIn 1s 0.1s both;
    -moz-animation: gleftIn 1s 0.1s both;
    animation: gleftIn 1s 0.1s both;
    }
.grightIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: grightIn 1s 0.1s both;
    -moz-animation: grightIn 1s 0.1s both;
    animation: grightIn 1s 0.1s both;
    }
.gfadeIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gfadeIn 1s 0.1s both;
    -moz-animation: gfadeIn 1s 0.1s both;
    animation: gfadeIn 1s 0.1s both;
    }
.gfadeOut{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gfadeOut 1s 0.1s both;
    -moz-animation: gfadeOut 1s 0.1s both;
    animation: gfadeOut 1s 0.1s both;
}

@font-face {
    font-family: 'heliosextthinregular';
    src: url('fonts/he_eth_-webfont.eot');
    src: url('fonts/he_eth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/he_eth_-webfont.woff') format('woff'),
         url('fonts/he_eth_-webfont.ttf') format('truetype'),
         url('fonts/he_eth_-webfont.svg#heliosextthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*logo中文字体 fzxshjt*/
@font-face {
  font-family: "fzxshjt";
  src: url("fonts/fzxshjt/fzxshjt.woff2") format("woff2"),
       url("fonts/fzxshjt/fzxshjt.woff") format("woff"),
       url("fonts/fzxshjt/fzxshjt.ttf") format("truetype"),
       url("fonts/fzxshjt/fzxshjt.eot") format("embedded-opentype"),
       url("fonts/fzxshjt/fzxshjt.svg") format("svg");
}
/*logo英文字体*/
@font-face {
  font-family: "bankGothic";
  src: url("fonts/bankGothic/bankGothic.woff2") format("woff2"),
       url("fonts/bankGothic/bankGothic.woff") format("woff"),
       url("fonts/bankGothic/bankGothic.ttf") format("truetype"),
       url("fonts/bankGothic/bankGothic.eot") format("embedded-opentype"),
       url("fonts/bankGothic/bankGothic.svg") format("svg");
}

/*
* 
*/
@font-face {
  font-family: "FuturaLTLight";
  src: url("fonts/FuturaLTLight/FuturaLTLight.woff2") format("woff2"),
       url("fonts/FuturaLTLight/FuturaLTLight.woff") format("woff"),
       url("fonts/FuturaLTLight/FuturaLTLight.ttf") format("truetype"),
       url("fonts/FuturaLTLight/FuturaLTLight.eot") format("embedded-opentype"),
       url("fonts/FuturaLTLight/FuturaLTLight.svg") format("svg");
}

@font-face{
    font-family: 'MicrosoftJhengHei';
    src : url('fonts/MicrosoftJhengHei.ttf');
}

/*
* 数字 
*/
@font-face {
    font-family: 'Impact';
    src: url("fonts/Impact/Impact.woff2") format("woff2"),
       url("fonts/Impact/Impact.woff") format("woff"),
       url("fonts/Impact/Impact.ttf") format("truetype"),
       url("fonts/Impact/Impact.eot") format("embedded-opentype"),
       url("fonts/Impact/Impact.svg") format("svg");
}